home *** CD-ROM | disk | FTP | other *** search
/ Windows News 2005 November / WNnov2005.iso / Windows / Utilitaires / Beyond Compare / beycmpfr.exe / {app} / BC2.exe / 0 / RCDATA / TEDITWEIGHTDLG / TEDITWEIGHTDLG.txt
Text File  |  2005-06-02  |  2KB  |  94 lines

  1. object EditWeightDlg: TEditWeightDlg
  2.   Left = 362
  3.   Top = 291
  4.   BorderIcons = [biSystemMenu, biMinimize, biMaximize, biHelp]
  5.   BorderStyle = bsDialog
  6.   Caption = 'Modifier le poids'
  7.   ClientHeight = 114
  8.   ClientWidth = 335
  9.   Color = clBtnFace
  10.   Font.Charset = DEFAULT_CHARSET
  11.   Font.Color = clWindowText
  12.   Font.Height = -11
  13.   Font.Name = 'Tahoma'
  14.   Font.Style = []
  15.   OldCreateOrder = False
  16.   Position = poOwnerFormCenter
  17.   OnShow = FormShow
  18.   PixelsPerInch = 96
  19.   TextHeight = 13
  20.   object Label1: TLabel
  21.     Left = 264
  22.     Top = 16
  23.     Width = 38
  24.     Height = 13
  25.     Caption = 'Poids :'
  26.   end
  27.   object Label2: TLabel
  28.     Left = 16
  29.     Top = 16
  30.     Width = 96
  31.     Height = 13
  32.     Caption = 'Expression R'#233'guli'#232're :'
  33.   end
  34.   object OKBtn: TButton
  35.     Left = 168
  36.     Top = 80
  37.     Width = 73
  38.     Height = 23
  39.     Caption = 'OK'
  40.     Default = True
  41.     ModalResult = 1
  42.     TabOrder = 4
  43.     OnClick = OKBtnClick
  44.   end
  45.   object CancelBtn: TButton
  46.     Left = 248
  47.     Top = 80
  48.     Width = 73
  49.     Height = 23
  50.     Cancel = True
  51.     Caption = 'Annuler'
  52.     ModalResult = 2
  53.     TabOrder = 5
  54.   end
  55.   object ExpressionEdit: TEdit
  56.     Left = 16
  57.     Top = 32
  58.     Width = 241
  59.     Height = 21
  60.     HelpContext = 5001
  61.     TabOrder = 0
  62.   end
  63.   object HelpBtn: TButton
  64.     Left = 16
  65.     Top = 80
  66.     Width = 105
  67.     Height = 23
  68.     HelpContext = 10
  69.     Caption = 'Exemples d'#39'ER'
  70.     TabOrder = 3
  71.     OnClick = HelpBtnClick
  72.   end
  73.   object Edit1: TEdit
  74.     Left = 264
  75.     Top = 32
  76.     Width = 41
  77.     Height = 21
  78.     HelpContext = 5002
  79.     TabOrder = 1
  80.     Text = '100'
  81.   end
  82.   object WeightSpin: TUpDown
  83.     Left = 305
  84.     Top = 32
  85.     Width = 15
  86.     Height = 21
  87.     HelpContext = 5002
  88.     Associate = Edit1
  89.     Max = 30000
  90.     Position = 100
  91.     TabOrder = 2
  92.   end
  93. end
  94.